home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / security / xinetd / xinetd.2.0.6 / PORTING < prev    next >
Encoding:
Text File  |  1993-01-22  |  485 b   |  15 lines

  1.  
  2. xinetd has been compiled on SunOS 4.1 and Ultrix 4.2.
  3.  
  4. xinetd requires the following OS facilities:
  5.     wait3
  6.     select
  7.     sigpause (BSD)  or sigsuspend (POSIX)
  8.  
  9. Compiling the code requires a compiler that understands "void *" pointers.
  10. This is required for the pset and xlog libraries. If your compiler chokes on
  11. "void *foo ;" then change the typedef for __pset_pointer in pset.h
  12. to something your compiler can chew (like char *).
  13. The same will be required in xlog/impl.h for struct xlog.
  14.  
  15.